home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / assist2.arc / ASSIST2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-06-29  |  2.6 KB  |  68 lines

  1. /* resource set indicies for ASSIST2 */
  2.  
  3. #define EXFORMAT 0    /* form/dialog */
  4. #define TRACKUP  6    /* BUTTON in tree EXFORMAT */
  5. #define TRACKDWN 7    /* BUTTON in tree EXFORMAT */
  6. #define TRACKNUM 8    /* FTEXT in tree EXFORMAT */
  7. #define SEC9     12    /* BUTTON in tree EXFORMAT */
  8. #define SEC10    13    /* BUTTON in tree EXFORMAT */
  9. #define DISKNAME 14    /* FBOXTEXT in tree EXFORMAT */
  10. #define FORMAT   15    /* BUTTON in tree EXFORMAT */
  11. #define CANCEL   16    /* BUTTON in tree EXFORMAT */
  12. #define SS       20    /* BUTTON in tree EXFORMAT */
  13. #define DS       21    /* BUTTON in tree EXFORMAT */
  14. #define DRIVEA   25    /* BUTTON in tree EXFORMAT */
  15. #define DRIVEB   26    /* BUTTON in tree EXFORMAT */
  16.  
  17. #define GO       1    /* form/dialog */
  18. #define GOTRACK  7    /* FTEXT in tree GO */
  19. #define GOSIDE   8    /* FTEXT in tree GO */
  20. #define BOX      9    /* TEXT in tree GO */
  21. #define BAR      10    /* BOXTEXT in tree GO */
  22.  
  23. #define MAIN     2    /* form/dialog */
  24. #define MBFREE   3    /* FBOXTEXT in tree MAIN */
  25. #define MCLOCK   4    /* BUTTON in tree MAIN */
  26. #define MFORMAT  5    /* BUTTON in tree MAIN */
  27. #define MCANCEL  6    /* BUTTON in tree MAIN */
  28. #define MAKEDIR  7    /* BUTTON in tree MAIN */
  29. #define MINFOA   10    /* BUTTON in tree MAIN */
  30. #define MINFOB   11    /* BUTTON in tree MAIN */
  31. #define MERASEA  14    /* BUTTON in tree MAIN */
  32. #define MERASEB  15    /* BUTTON in tree MAIN */
  33. #define ABOUT    16    /* BUTTON in tree MAIN */
  34.  
  35. #define INSERT   3    /* form/dialog */
  36. #define AINSERT  3    /* FTEXT in tree INSERT */
  37. #define OKINSERT 5    /* BUTTON in tree INSERT */
  38. #define NOINSERT 6    /* BUTTON in tree INSERT */
  39.  
  40. #define DISKERRO 4    /* form/dialog */
  41.  
  42. #define INTRO    5    /* form/dialog */
  43.  
  44. #define CLOCK    6    /* form/dialog */
  45. #define TIME     4    /* FTEXT in tree CLOCK */
  46. #define TIMEOFF  5    /* BUTTON in tree CLOCK */
  47. #define TIMEON   6    /* BUTTON in tree CLOCK */
  48. #define DATE     9    /* FTEXT in tree CLOCK */
  49. #define DATEOFF  10    /* BUTTON in tree CLOCK */
  50. #define DATEON   11    /* BUTTON in tree CLOCK */
  51. #define CLOCKEXI 13    /* BUTTON in tree CLOCK */
  52. #define ALARM    15    /* FTEXT in tree CLOCK */
  53. #define ALARMON  16    /* BUTTON in tree CLOCK */
  54. #define ALARMOFF 18    /* BUTTON in tree CLOCK */
  55. #define SETTIME  19    /* BUTTON in tree CLOCK */
  56.  
  57. #define DISKINFO 7    /* form/dialog */
  58. #define INFOTRAC 2    /* FTEXT in tree DISKINFO */
  59. #define INFOSECT 3    /* FTEXT in tree DISKINFO */
  60. #define INFOSIDE 4    /* FTEXT in tree DISKINFO */
  61. #define INFOFREE 6    /* FBOXTEXT in tree DISKINFO */
  62. #define INFOEXIT 7    /* BUTTON in tree DISKINFO */
  63. #define INFOAGAI 8    /* BUTTON in tree DISKINFO */
  64. #define INFONAME 10    /* FBOXTEXT in tree DISKINFO */
  65.  
  66. #define ALERT1   8    /* form/dialog */
  67.  
  68.